home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / GRAHAM / XA_6S.ZIP / SOURCE / COOKIES.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-27  |  95 b   |  7 lines

  1. #ifndef _COOKIES_H_
  2. #define _COOKIES_H_
  3.  
  4. short GetCookie(long code,long *value);
  5.  
  6. #endif
  7.